From: Richard M. Stallman Date: Fri, 28 May 1993 00:32:30 +0000 (+0000) Subject: Delete confusing comments. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95874 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=efdddf9ad301d2249d8f26e000b0add4d98cd457;p=emacs.git Delete confusing comments. --- diff --git a/lisp/completion.el b/lisp/completion.el index 2597bbbcc3f..e450c55162a 100644 --- a/lisp/completion.el +++ b/lisp/completion.el @@ -193,22 +193,6 @@ ;;; ;;; -;;;----------------------------------------------- -;;; Porting Notes -;;;----------------------------------------------- -;;; -;;; Should run on 18.49, 18.52, and 19.0 -;;; Tested on vanilla version. -;;; This requires the standard cl.el file. It could easily rewritten to not -;;; require it. It defines remove which is not in cl.el. -;;; -;;; FUNCTIONS BASHED -;;; The following functions are bashed but it is done carefully and should not -;;; cause problems :: -;;; kill-region, next-line, previous-line, newline, newline-and-indent, -;;; kill-emacs -;;; -;;; ;;;--------------------------------------------------------------------------- ;;; Functions you might like to call ;;;---------------------------------------------------------------------------